home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / CPUs / Macintosh Solutions Demo / Macintosh Solutions 1.0 / background_16807.txt next >
Text File  |  1990-08-24  |  1KB  |  63 lines

  1. -- background: 16807 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Data
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A002
  11. -- rect: left=0 top=323 right=342 bottom=80
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Main Menu
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 2980
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 3 (button)
  29. -- low flags: 00
  30. -- high flags: 2002
  31. -- rect: left=79 top=323 right=342 bottom=102
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 15420 / 15420
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Prev
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go prev
  43. end mouseUP
  44.  
  45.  
  46.  
  47. -- part 4 (button)
  48. -- low flags: 00
  49. -- high flags: 2002
  50. -- rect: left=101 top=323 right=342 bottom=122
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 16560 / 16560
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Main Menu
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go next
  62. end mouseUp
  63.